home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / www / tidy_os4.lha / tidy / src / charsets.h < prev    next >
Text File  |  2004-07-25  |  469b  |  15 lines

  1. /* charsets.h -- character set information and mappings
  2.  
  3.   (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
  4.   See tidy.h for the copyright notice.
  5.  
  6.   $Id: charsets.h,v 1.1 2003/04/28 04:45:02 hoehrmann Exp $
  7. */
  8.  
  9. uint GetEncodingIdFromName(ctmbstr name);
  10. uint GetEncodingIdFromCodePage(uint cp);
  11. uint GetEncodingCodePageFromName(ctmbstr name);
  12. uint GetEncodingCodePageFromId(uint id);
  13. ctmbstr GetEncodingNameFromId(uint id);
  14. ctmbstr GetEncodingNameFromCodePage(uint cp);
  15.